home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / rir132.zip / JUSTFILS.BAT < prev    next >
DOS Batch File  |  1991-01-12  |  652b  |  15 lines

  1. echo on
  2. rem This batch file will set the rircmd environment variable to display
  3. rem a list of just the files in a directory; no subdirectories are listed,
  4. rem and no other information about the files are listed.  It uses
  5. rem /ljf for left-justified filenames, /nfs for no file stats, /nh for no
  6. rem header, /nf for no footer, and /nd for no directories.
  7. rem
  8. rem You can still add /p, /w, or other options from the command line;
  9. rem RIR will use parameters both from RIRCMD and from what you type at
  10. rem the command line.
  11. rem
  12. rem NOTE: Just type "SET RIRCMD" at the DOS prompt to erase these settings!
  13. rem
  14. set rircmd /ljf /nfs /nh /nf /nd
  15.